Eclipse Platform
Pre-release 3.0

Uses of Class
org.eclipse.jface.action.ContributionManager

Packages that use ContributionManager
org.eclipse.jface.action Provides support for shared UI resources such as menus, tool bars, and status lines. 
 

Uses of ContributionManager in org.eclipse.jface.action
 

Subclasses of ContributionManager in org.eclipse.jface.action
 class CoolBarManager
          A cool bar manager is a contribution manager which realizes itself and its items in a cool bar control.
 class MenuManager
          A menu manager is a contribution manager which realizes itself and its items in a menu control; either as a menu bar, a sub-menu, or a context menu.
 class StatusLineManager
          A status line manager is a contribution manager which realizes itself and its items in a status line control.
 class ToolBarManager
          A tool bar manager is a contribution manager which realizes itself and its items in a tool bar control.
 


Eclipse Platform
Pre-release 3.0

Copyright (c) IBM Corp. and others 2000, 2003. All Rights Reserved.